home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0960 / ztw.doc < prev    next >
Text File  |  1996-12-05  |  8KB  |  188 lines

  1.  
  2.   ┌───────────────────────────────────────────────────────────────────╖
  3.   │                                                                   ║ █
  4.   │                         Z T r e e W i n                           ║ █
  5.   │                        Win32 File Manager                         ║ █
  6.   │                                                                   ║ █
  7.   │                  Version 1.11 December 5th, 1996                  ║ █
  8.   │                                                                   ║ █
  9.   │ Copyright (c) Kim G. Henkel 1995, 1996                            ║ █
  10.   │                                                                   ║ █
  11.   │ Home Page: http://www.gate.net/~khenkel/ztw.htm                   ║ █
  12.   │                                                                   ║ █
  13.   ╘═══════════════════════════════════════════════════════════════════╝ █
  14.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  15.  
  16.     Introduction│
  17.     ────────────┘
  18.  
  19.     "ZTreeWin" is a text-mode file/directory manager for Windows 95 and NT.
  20.     It has been developed as a native Win32 alternative to the DOS product,
  21.     XTreeGold (tm), since its makers have ceased any further development.
  22.     While I am sure you are well aware of the virtues of XTreeGold, you
  23.     know the disadvantages of it being a 16-bit DOS program.  I wrote
  24.     ZTreeWin to provide all the functionality I am so accustomed to, while
  25.     avoiding all the DOS imposed limitations.
  26.  
  27.     Given time and incentive, I intend to provide all missing functions,
  28.     and will welcome suggestions from you the user.
  29.  
  30.     License│
  31.     ───────┘
  32.  
  33.     This program is NOT free.  You are granted a limited licence to evaluate
  34.     the product for 31 days from the date of first use.  To continue using
  35.     this version after 31 days, you MUST register.  Each subsequent release
  36.     of this product will allow a full 31 days evaluation from time of
  37.     installation.
  38.  
  39.     Please read ORDER.FRM for detailed information.
  40.  
  41.     By registering this product, you are granted unlimited use of this
  42.     and future versions.  Your support helps ensure ongoing development.
  43.  
  44.     You can contact me by either sending an e-mail to:
  45.  
  46.          Internet:   khenkel@gate.net   (preferred)
  47.          CompuServe: 76251,2442
  48.  
  49.     or writing a letter to:
  50.  
  51.          Kim Henkel
  52.          9632 NW 7th Circle, Apt 1721     or  10 Debson Close,
  53.          Plantation,                          Boronia, 3155,
  54.          FL, 33324                            Victoria,
  55.          U.S.A.                               Australia.
  56.  
  57.     Features│
  58.     ────────┘
  59.  
  60.     The original purpose of this program was to provide all the core
  61.     functionality of XTreeGold, in a native 32-bit environment.
  62.  
  63.     There is NO internal editor.  Instead, ZTreeWin be configured to 
  64.     load your favorite file editor.  The default editor is EDIT.COM, 
  65.     and of course, text-mode applications are more suitable for this
  66.     purpose.
  67.  
  68.     There is currently no mouse support, because as most Xtree fans would
  69.     agree, the power of the program comes from it's fast, concise keyboard
  70.     interface.  However, if there is enough interest in a mouse interface,
  71.     it will obviously be given serious consideration.
  72.  
  73.     There are several functions that are yet to be implemented.  Most are,
  74.     I believe, trivial services that you will probably never miss.  Others 
  75.     are more important, and will be introduced on a most requested basis.
  76.  
  77.     The highlighting of commands on the last three lines of the screen
  78.     should make the function support quite obvious.   If there is a
  79.     function missing you particularly miss, let me know.
  80.  
  81.     Well, that is all the bad news.  Here are some improvements over the
  82.     original.
  83.  
  84.     ZTreeWin uses around 400K of memory, and will allocate and free
  85.     blocks dynamically as required (no more 'out of memory' messages).
  86.  
  87.     The default video mode is 25x80.  The Alt-F9 command will toggle the
  88.     other video modes - 50/43/60x80.  You may save your current mode
  89.     using F10-Configure, and you may override this and the default from
  90.     the command line.
  91.  
  92.     Using Win32 APIs, ZTreeWin avoids several of XTreeGolds' limitations:
  93.  
  94.     - Doesn't hog the CPU while waiting for keyboard activity.
  95.     - Trying to log an in-use device will be dealt with gracefully.
  96.     - The ability to copy and search open files.
  97.     - Directory Grafting works.
  98.     - Support of long filenames.
  99.     - Flexible support of *ANY* archiving program present and future.
  100.  
  101.     Being a native Win32 application, ZTreeWin loads very quickly.
  102.  
  103.  
  104.     Installation│
  105.     ────────────┘
  106.  
  107.     - Unzip the contents of ZTW.ZIP to a directory of your choice.
  108.  
  109.     - Copy ARCHIVER.BB2 to the same directory as ZTW.EXE.  This file
  110.       should be reviewed to verify it references archive programs you
  111.       have available.
  112.  
  113.     - Copy the sample *.BAT files to the same directory as ZTW.EXE.
  114.       The .BAT file with the name matching the currently highlighted
  115.       file will be executed when you 'O'pen the file.  You may of course
  116.       build your own .BAT files for all the file-types you need to
  117.       manipulate with an external program.
  118.  
  119.     - Copy ZTW.HLP to the same directory as ZTW.EXE.  This file is
  120.       accessed with the F1 key to provide basic operational help.
  121.  
  122.     - The first time you run ZTW, select Alt-F10 (Configure) to set user
  123.       preferences including program colors and default editor & viewer.
  124.  
  125.     - To run ZTreeWin from the Windows 95 or NT desktop, create a shortcut
  126.       to ZTWIN.BAT.  Then, edit the properties of this shortcut to specify
  127.       fonts etc.
  128.  
  129.     - If you want to use the Alt-Q command to exit to the current
  130.       directory, you must run a command file named ZTWIN.BAT to invoke
  131.       ZTW.EXE.  This file will be created in the same path as ZTW.EXE,
  132.       when you issue the Alt-Q command.
  133.  
  134.     Here are the command line options: (which override ZTW.INI)
  135.  
  136.     C:\>ZTW [/2|/4|/5|/6]  [/Eeditor.EXE] [/Vviewer.EXE] [/XT] [C D . Z]
  137.  
  138.     Meaning:[ Video Mode ] [ Editor name] [ Viewer name] [+/-] [Drives ]
  139.     Default:[  25 lines  ] [   E.EXE    ] [  Internal  ] [< >] [current]
  140.  
  141.     Multiple drives may be logged at startup, for example:
  142.  
  143.     C:\>ZTB /5 /XT C D E F
  144.  
  145.     Startup in 50 line mode, use +/- keys, log drives C, D, E & F.
  146.  
  147.                              ──────────────
  148.  
  149.     PLEASE read ZTW.HLP for program instructions, if you are unfamiliar
  150.     with XtreeGold/ZTreeWin operation.
  151.  
  152.                              ──────────────
  153.  
  154.     **********************************************************************
  155.     * NOTE: In order to use the ARCHIVING features of ZTW, you must have *
  156.     * third-party archiving utilities available in your PATH. You should *
  157.     * also check that ARCHIVER.BB2 contains correct archiver commands.   *
  158.     * To view files within an archive, you MUST have an environment      *
  159.     * variable for TMP defined.  eg. SET TMP=C:\TMP in your autoexec.bat *
  160.     **********************************************************************
  161.  
  162.  
  163.     Legal Stuff│
  164.     ───────────┘
  165.                                WARRANTY
  166.  
  167.  
  168.     The  product has  no warranty  of any  kind, express  or implied,
  169.     including  without limitation, any  warranties of merchantability
  170.     and/or  fitness  for  a particular  purpose.   Kim G. Henkel,  or
  171.     anybody,  shall not  be liable  for any damages,  whether direct,
  172.     indirect, special or consequential arising from a failure of this
  173.     program  to operate  in the manner  desired by the  user.  Kim G.
  174.     Henkel shall  not be  liable for  any damage  to data or property
  175.     which may be caused directly or indirectly by use of the program.
  176.  
  177.     IN NO EVENT WILL KIM G. HENKEL  BE LIABLE TO YOU FOR ANY DAMAGES,
  178.     INCLUDING  ANY  LOST  PROFITS, LOST SAVINGS  OR  OTHER INCIDENTAL
  179.     OR  CONSEQUENTIAL  DAMAGES ARISING OUT OF YOUR  USE OR  INABILITY
  180.     TO  USE  THE  PROGRAM, OR  FOR ANY  CLAIM  BY  ANY  OTHER  PARTY.
  181.  
  182.     Trademarks│
  183.     ──────────┘
  184.  
  185.     "XTreeGold" (tm) is a registered trademark of Symantec, Inc.
  186.  
  187.                              ──────────────
  188.